home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
autocomplete_manager-2.3-fx.xpi
/
chrome
/
acmanager.jar
/
content
/
toolbar-overlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2008-03-14
|
2KB
|
39 lines
<?xml version="1.0"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the License.
-
- The Original Code is the Autocomplete Manager extension.
-
- The Initial Developer of the Original Code is
- Nikitas Liogkas <nikitas@acm.org>.
- Portions created by the Initial Developer are Copyright (C) 2005-2008
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Version 2.3
-
- ***** END LICENSE BLOCK ***** -->
<overlay id="toolbar-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/javascript" src="chrome://acmanager/content/aggregator.js"/>
<script type="application/javascript" src="chrome://acmanager/content/acpopup.js"/>
<script type="application/javascript" src="chrome://acmanager/content/options.js"/>
<!-- fix for bug 286619: when user customizes the toolbar, event listeners are lost! -->
<window id="CustomizeToolbarWindow"
onunload="onUnload(); acm_restoreUrlbarListeners();">
</window>
</overlay>